projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ddeca
)
box: add some missing includes
author
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 3 Oct 2011 20:54:09 +0000
(16:54 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 3 Oct 2011 20:54:09 +0000
(16:54 -0400)
gtk/gtkhbox.c
patch
|
blob
|
history
gtk/gtkvbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkhbox.c
b/gtk/gtkhbox.c
index 5ade71d1922b376c430f9de9cbedf55447adf00a..021fb22d6836b77b6a483431dbd29df305bd2b2b 100644
(file)
--- a/
gtk/gtkhbox.c
+++ b/
gtk/gtkhbox.c
@@
-29,6
+29,7
@@
#undef GTK_DISABLE_DEPRECATED
#include "gtkhbox.h"
#include "gtkorientable.h"
+#include "gtkboxprivate.h"
/**
diff --git
a/gtk/gtkvbox.c
b/gtk/gtkvbox.c
index ebe993710576be92cc333aafcd2db86de0782798..9251291f11019ebfb97d14d24337550f5392c739 100644
(file)
--- a/
gtk/gtkvbox.c
+++ b/
gtk/gtkvbox.c
@@
-29,6
+29,7
@@
#include "gtkorientable.h"
#undef GTK_DISABLE_DEPRECATED
#include "gtkvbox.h"
+#include "gtkboxprivate.h"
/**